hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
SYMBOL_INFO
backtraced
Undocumented in source.
version(UseBacktraced && Windows)
debug
struct
SYMBOL_INFO {
ULONG
SizeOfStruct
;
ULONG
TypeIndex
;
ULONG64
[
2
]
Reserved
;
ULONG
Index
;
ULONG
Size
;
ULONG64
ModBase
;
ULONG
Flags
;
ULONG64
Value
;
ULONG64
Address
;
ULONG
Register
;
ULONG
Scope
;
ULONG
Tag
;
ULONG
NameLen
;
ULONG
MaxNameLen
;
CHAR
[
1
]
Name
;
}
Members
Variables
Address
ULONG64
Address
;
Undocumented in source.
Flags
ULONG
Flags
;
Undocumented in source.
Index
ULONG
Index
;
Undocumented in source.
MaxNameLen
ULONG
MaxNameLen
;
Undocumented in source.
ModBase
ULONG64
ModBase
;
Undocumented in source.
Name
CHAR
[
1
]
Name
;
Undocumented in source.
NameLen
ULONG
NameLen
;
Undocumented in source.
Register
ULONG
Register
;
Undocumented in source.
Reserved
ULONG64
[
2
]
Reserved
;
Undocumented in source.
Scope
ULONG
Scope
;
Undocumented in source.
Size
ULONG
Size
;
Undocumented in source.
SizeOfStruct
ULONG
SizeOfStruct
;
Undocumented in source.
Tag
ULONG
Tag
;
Undocumented in source.
TypeIndex
ULONG
TypeIndex
;
Undocumented in source.
Value
ULONG64
Value
;
Undocumented in source.
Meta
Source
See Implementation
backtraced
functions
RtlCaptureStackBackTrace
SymFromAddr
SymGetLineFromAddr64
TopLevelExceptionHandler
backtraced_Register
convert_to_vma
handler
printStackTrace
structs
SYMBOL_INFO